func runtime.mallocgcSmallNoScanSC2
18 uses
runtime (current package)
malloc_generated.go#L4307: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L4463: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L4619: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L4775: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L4931: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5087: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5243: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5399: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5555: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5711: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L5867: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L6023: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L6179: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L6335: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L6491: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_generated.go#L6643: func mallocgcSmallNoScanSC2(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
malloc_stubs.go#L69: return mallocgcSmallNoScanSC2(size, typ, needzero)
malloc_tables_generated.go#L541: mallocgcSmallNoScanSC2,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |